From aa88a217a518097059f06c7570cad76874a3b915 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 3 Aug 2000 20:33:38 +0000 Subject: [PATCH] Bugfix. Bugfix. --- gdk/gdkpango.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 029ba9a537..97bec9a165 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -197,7 +197,7 @@ gdk_draw_layout_line (GdkDrawable *drawable, } if (shape_set) - continue; + goto next_run; if (fg_set) fg_gc = gdk_pango_get_gc (context, &fg_color, gc); @@ -230,7 +230,8 @@ gdk_draw_layout_line (GdkDrawable *drawable, if (fg_set) gdk_pango_free_gc (context, fg_gc); - + + next_run: x_off += logical_rect.width; } } -- 2.30.2